home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry 2007 / Nejlepší české hry 2007.iso / hry / Parking / parking.exe / 0 / RCDATA / TLOADFORM / TLOADFORM.txt
Text File  |  2006-03-04  |  1KB  |  57 lines

  1. object LoadForm: TLoadForm
  2.   Left = 218
  3.   Top = 188
  4.   Cursor = crHourGlass
  5.   BorderStyle = bsNone
  6.   Caption = 'LoadForm'
  7.   ClientHeight = 92
  8.   ClientWidth = 332
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LoadImage: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 332
  23.     Height = 92
  24.     AutoSize = True
  25.   end
  26.   object LoadEmptyShape: TImage
  27.     Left = 24
  28.     Top = 72
  29.     Width = 289
  30.     Height = 16
  31.     Stretch = True
  32.   end
  33.   object LoadFullShape: TImage
  34.     Left = 24
  35.     Top = 74
  36.     Width = 105
  37.     Height = 14
  38.     Stretch = True
  39.   end
  40.   object LoadLabel: TLabel
  41.     Left = 32
  42.     Top = 72
  43.     Width = 273
  44.     Height = 17
  45.     AutoSize = False
  46.     Font.Charset = DEFAULT_CHARSET
  47.     Font.Color = clBlack
  48.     Font.Height = -11
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.     Transparent = True
  53.     Layout = tlCenter
  54.     Visible = False
  55.   end
  56. end
  57.